runtime.timerWhen.when (field)
14 uses
runtime (current package)
time.go#L164: when int64
time.go#L170: case tw.when < other.when:
time.go#L172: case tw.when > other.when:
time.go#L306: ts.heap[0].when = t.when
time.go#L962: tw.when = t.when
time.go#L1087: if t.astate.Load()&(timerModified|timerZombie) == 0 && tw.when > now {
time.go#L1089: return tw.when
time.go#L1284: print("bad timer heap at ", i, ": ", p, ": ", ts.heap[p].when, ", ", i, ": ", tw.when, "\n")
time.go#L1301: ts.minWhenHeap.Store(ts.heap[0].when)
time.go#L1361: if tw.when <= 0 {
time.go#L1389: if tw.when <= 0 {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |